﻿2026-06-15T15:10:16.7790513Z ##[group]Run actions/checkout@v5
2026-06-15T15:10:16.7791330Z with:
2026-06-15T15:10:16.7791733Z   repository: SaberMage/spt-core
2026-06-15T15:10:16.7795401Z   token: ***
2026-06-15T15:10:16.7795826Z   ssh-strict: true
2026-06-15T15:10:16.7796218Z   ssh-user: git
2026-06-15T15:10:16.7796607Z   persist-credentials: true
2026-06-15T15:10:16.7797037Z   clean: true
2026-06-15T15:10:16.7797429Z   sparse-checkout-cone-mode: true
2026-06-15T15:10:16.7797887Z   fetch-depth: 1
2026-06-15T15:10:16.7798264Z   fetch-tags: false
2026-06-15T15:10:16.7798659Z   show-progress: true
2026-06-15T15:10:16.7799146Z   lfs: false
2026-06-15T15:10:16.7799522Z   submodules: false
2026-06-15T15:10:16.7799924Z   set-safe-directory: true
2026-06-15T15:10:16.7800548Z ##[endgroup]
2026-06-15T15:10:16.8633831Z Syncing repository: SaberMage/spt-core
2026-06-15T15:10:16.8635421Z ##[group]Getting Git version info
2026-06-15T15:10:16.8636393Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T15:10:16.8637654Z [command]/usr/bin/git version
2026-06-15T15:10:16.8638132Z git version 2.43.0
2026-06-15T15:10:16.8675487Z ##[endgroup]
2026-06-15T15:10:16.8687020Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a1a471fb-2718-457b-a60e-71a5d5526a9b' before making global git config changes
2026-06-15T15:10:16.8688555Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:10:16.8690398Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T15:10:16.8722688Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T15:10:16.8739702Z https://github.com/SaberMage/spt-core
2026-06-15T15:10:16.8749781Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T15:10:16.8752131Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T15:10:16.8769274Z HEAD
2026-06-15T15:10:16.8800896Z ##[endgroup]
2026-06-15T15:10:16.8801574Z [command]/usr/bin/git submodule status
2026-06-15T15:10:16.9007937Z ##[group]Cleaning the repository
2026-06-15T15:10:16.9009610Z [command]/usr/bin/git clean -ffdx
2026-06-15T15:10:16.9038774Z Removing traceable-reqs
2026-06-15T15:10:16.9046448Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T15:10:16.9091027Z HEAD is now at 308ac1c Merge a9167270f4460aacca5a99f93541e2ca9a1ad154 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:10:16.9095340Z ##[endgroup]
2026-06-15T15:10:16.9096739Z ##[group]Disabling automatic garbage collection
2026-06-15T15:10:16.9100039Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T15:10:16.9123503Z ##[endgroup]
2026-06-15T15:10:16.9124251Z ##[group]Setting up auth
2026-06-15T15:10:16.9130134Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:10:16.9155880Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T15:10:16.9332812Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:10:16.9356102Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T15:10:16.9538547Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:10:16.9562491Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T15:10:16.9749655Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T15:10:16.9779982Z ##[endgroup]
2026-06-15T15:10:16.9781077Z ##[group]Fetching the repository
2026-06-15T15:10:16.9786134Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +308ac1cf6970dc814da18d3d8816404f86b13e34:refs/remotes/pull/16/merge
2026-06-15T15:10:17.5710606Z ##[endgroup]
2026-06-15T15:10:17.5711873Z ##[group]Determining the checkout info
2026-06-15T15:10:17.5713106Z ##[endgroup]
2026-06-15T15:10:17.5716023Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T15:10:17.5753566Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T15:10:17.5776924Z ##[group]Checking out the ref
2026-06-15T15:10:17.5779713Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T15:10:17.5825324Z HEAD is now at 308ac1c Merge a9167270f4460aacca5a99f93541e2ca9a1ad154 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:10:17.5829496Z ##[endgroup]
2026-06-15T15:10:17.5863851Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T15:10:17.5882865Z 308ac1cf6970dc814da18d3d8816404f86b13e34
